ServiceCreateItem Method (Item, FolderId) |
Creates an item.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic ItemId CreateItem(
Item item,
FolderId parentFolderId
)
Public Function CreateItem (
item As Item,
parentFolderId As FolderId
) As ItemId
Parameters
- item
- Type: Independentsoft.ExchangeItem
The item to create. - parentFolderId
- Type: Independentsoft.ExchangeFolderId
The ID of the folder in which to place the newly created item.
Return Value
Type:
ItemIdThe ItemId of the created item.
See Also